home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-03-02 | 1.7 KB | 52 lines | [TEXT/KAHL] |
- File #1: Weaver:scanf.c
- File #2: think c 2:c libraries:sources:scanf.c
-
- Nonmatching lines (File "Weaver:scanf.c"; Line 271:272; File "think c 2:c libraries:sources:scanf.c"; Line 271)
- 271 if (!F.suppress) /* altered by scanf Weaver version 1.0 */
- 272 *s++ = c;
-
- 271 *s++ = c;
-
-
- Nonmatching lines (File "Weaver:scanf.c"; Line 401; File "think c 2:c libraries:sources:scanf.c"; Line 400)
- 401 case -2: /* altered by scanf Weaver version 1.0 */
-
- 400 case -2:
-
-
- Nonmatching lines (File "Weaver:scanf.c"; Line 405:410; File "think c 2:c libraries:sources:scanf.c"; Line 404:408)
- 405 if (D.sig[0] >= sizeof D.sig - 1)
- 406 break;
- 407 D.sig[++D.sig[0]] = c;
- 408 }
- 409 if (F.dot)
- 410 --D.exp;
-
- 404 if (D.sig[0] < sizeof D.sig - 1)
- 405 D.sig[++D.sig[0]] = c;
- 406 if (F.dot)
- 407 --D.exp;
- 408 }
-
-
- Nonmatching lines (File "Weaver:scanf.c"; Line 631:633; File "think c 2:c libraries:sources:scanf.c"; Line 629:630)
- 631
- 632 if (code == FFEXT) /* altered by scanf Weaver version 1.0 */
- 633 p = q + 1;
-
- 629
- 630 p = q + 1;
-
-
- Nonmatching lines (File "Weaver:scanf.c"; Line 662:665; File "think c 2:c libraries:sources:scanf.c"; Line 659:660)
- 662 if (code == FFEXT) { /* altered by scanf Weaver version 1.0 */
- 663 q[0] = q[1];
- 664 q[1] = 0;
- 665 }
-
- 659 q[0] = q[1];
- 660 q[1] = 0;
-
-
- *** EOF on both files at the same time ***
-